home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00113_Script_113
< prev
next >
Wrap
Text File
|
1995-06-01
|
557b
|
21 lines
on mouseDown
global thisArtwork, thisLine, lastArtwork
set thisLine = the mouseLine
set thisArtwork = line thisLine of field "Oracle Artwork"
if line thisLine of field "Oracle Artwork" = "" then
beep
exit
end if
if line thisLine of field "Oracle Artwork" = "╫" then
beep
exit
end if
if thisLine = -1 then
exit
else
hilite line thisLine of field "Oracle Artwork"
cursor 4
go to frame (line thisLine of field ("oracle artwork/"&lastArtwork&" order")) of movie "ARTWORK.DIR"
end if
end